.waitforcart-info {
	width: 100%;
	height: 100%;
	background-color: #ffffff;
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	align-items: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
}
.waitforcart-info-container {
	margin: auto;
}
.waitforcart-info-img {
	background-image: url("images/simplepay/simplepay_vertical.png");
	background-repeat: no-repeat;
	background-size: contain;
	height: 200px;
	width: 200px;
	margin: auto;
}
.waitforcart-info-msg {
	font-size: 12px;
	padding-top: 20px;
	font-family: verdana, tahoma, arial, helvetica, sans-serif;
	color: #045e71;
	text-align: center;
}

